Welcome![Sign In][Sign Up]
Location:
Search - event class

Search list

[JSP/Java1

Description: 在 Internet Explorer 3.0 x,没有触发一个事件,可以通过脚本在 Web 页上对其进行处理的 Java 小程序的方法。本文说明如何使用 Java 类方法和脚本的方法的组合来模拟的事件。 注: 在 Internet 浏览器 4.0,事件可触发从 Java 小程序和 Web 页在脚本中捕获。请参阅 Microsoft SDK Java 2.0 或更高版本文档的详细信息。 -In Internet Explorer 3.0 x, does not trigger an event, you can script in a Web page on its handling of the Java applet method. This article describes how to use Java Script class methods and a combination of methods to simulate the event. Note: In Internet Explorer 4.0, events can be triggered from Java applets and Web pages captured in the script. Please refer to the Microsoft SDK Java 2.0 or later documentation for more information.
Platform: | Size: 1024 | Author: simon | Hits:

[Internet-NetworkVC_WinSock

Description: VC环境下WinSock编程及实例分析.pdf 通过创建一个比较简单的基于MFC WinSock类的应用程序,分析了如何从CSocket类派生出自己需要的套接字类,如何利用套接字建立连接、传输数据,如何对套接字事件进行处理。-By creating a simple application based on MFC the WinSock class analysis as How they need the Socket class derived from CSocket class how to use the socket to establish a connection Next, the transmission of data, how to handle socket event.
Platform: | Size: 184320 | Author: yy | Hits:

[Windows DevelopVCPP-study

Description: VC++技术内幕学习笔记全集 chm,呵呵不用多说了吧,学习技术内幕时候写的笔记,也算是有感而发,也算是重温了这本书,内容涉及到Microsoft基本类库应用程序框架、消息映射和视图类、资源和编译、基本事件处理、映射模式、图形设备接口(GDI)、颜色和字体、模式对话框和通用控件等,对于学习vc++的基础知识有帮助。-The study notes Complete Works chm VC++ Inside, needless to say it, learning the technical insider the time to write notes, can be considered personal feelings, can be considered to review this book, which relates to the Microsoft Base Class Library application framework.the message map and the view class, resource compiler, basic event handling, mapping mode, the graphics device interface (GDI), colors and fonts, a modal dialog box and general controls, vc++ for learning the basics to help.
Platform: | Size: 51200 | Author: sunyong | Hits:

[Internet-NetworkLAN-communication-program

Description: CAsyncSocket 类封装了WindowsSockes API函数,提供了较低层的与WindowsSockes的对话接口,可方便地进行底层的网络事件通知及信息回叫控制等操作-CAsyncSocket class encapsulates the WindowsSockes API function to provide a lower layer dialogue with WindowsSockes, interface, can easily carry out the operation of the underlying network event notification callback control
Platform: | Size: 44032 | Author: 郭晓 | Hits:

[Windows DevelopDelegate

Description: 委托与事件的小程序段,简单实现了一个小的委托事件,风趣幽默。-Class of Delegate and the Event
Platform: | Size: 18432 | Author: 严浩 | Hits:

[GUI DevelopCustomDataGridView

Description: 自定义 Windows 窗体 DataGridView 控件 现有的几种嵌套控件,但无时间控件类型,下载代码中就是嵌套了时间控件类。 System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms.DataGridViewComboBoxColumn, System.Windows.Forms.DataGridViewCheckBoxColumn, DataGridView 控件提供了多个可用来调整其单元格、行和列的外观和基本行为(外观和感受)的属性。但是,如果您有超出 DataGridViewCellStyle 类的功能之外的特殊需求,还可以实现控件的所有者描述,或者通过创建自定义单元格、列和行来扩展其功能。 若要自己绘制单元格和行,可以对各种 DataGridView 绘制事件进行处理。若要修改现有功能或提供新的功能,可以创建自己的从现有的 DataGridViewCell、DataGridViewColumn 和 DataGridViewRow 类型派生的类型。还可以通过创建派生类型来提供新的编辑功能,当单元格处于编辑模式时,该派生类型可以显示所选择的控件。-The DataGridView control provides multiple available to adjust the cell, row and column appearance and basic behavior (look and feel) of the property. However, if you have special needs beyond DataGridViewCellStyle class features, can also achieve the control owner, or by creating custom cells, columns and rows to extend its functionality. To draw the cell and row handle various DataGridView draw event. To modify existing features or provide new functionality, you can create your own types derived from the existing DataGridViewCell, DataGridViewColumn and DataGridViewRow type. New editing capabilities by creating a derived type, when the cell is in edit mode, the derived type can display the selected controls.
Platform: | Size: 25600 | Author: anan | Hits:

[JSPApache-Velocity---Developers-Guide

Description: 1. Introduction and Getting Started 2. Resources 3. How Velocity Works The Fundamental Pattern 4. To Singleton Or Not To Singleton... Singleton Model Separate Instance 5. The Context The Basics Support for Iterative Objects for #foreach() Support for "Static Classes" Context Chaining Objects Created by the Template Other Context Issues 6. Using Velocity in General Applications The Velocity Helper Class Exceptions Miscellaneous Details 7. Application Attributes 8. Configuring Event Handlers 9. Velocity Configuration Keys and Values 10. Configuring Logging Using Log4j With Existing Logger Simple Example of a Custom Logger 11. Configuring the Resource Loaders (template loaders) Resource Loaders Configuration Examples Pluggable Resource Manager and Resource Cache 12. Template Encoding for Internationalization 13. Velocity and XML 14. Summary-1. Introduction and Getting Started 2. Resources 3. How Velocity Works The Fundamental Pattern 4. To Singleton Or Not To Singleton... Singleton Model Separate Instance 5. The Context The Basics Support for Iterative Objects for#foreach() Support for "Static Classes" Context Chaining Objects Created by the Template Other Context Issues 6. Using Velocity in General Applications The Velocity Helper Class Exceptions Miscellaneous Details 7. Application Attributes 8. Configuring Event Handlers 9. Velocity Configuration Keys and Values 10. Configuring Logging Using Log4j With Existing Logger Simple Example of a Custom Logger 11. Configuring the Resource Loaders (template loaders) Resource Loaders Configuration Examples Pluggable Resource Manager and Resource Cache 12. Template Encoding for Internationalization 13. Velocity and XML 14. Summary
Platform: | Size: 116736 | Author: liu | Hits:

[Other Riddle gamesjava

Description: 连连看的java源代码 界面可爱一点的,随机地图,关卡选择,难度调整,记录显示 有算法-import javax.swing.* import java.awt.* import java.awt.event.* public class lianliankan implements ActionListener
Platform: | Size: 8192 | Author: 万利 | Hits:

[JSPmobile-application-JavaaC-Sharp

Description: 第一部分介绍手机 MIDP 程序的基础,包括J2ME 核心类、用户界面、事件处理;第二部分是MIDP 高级编程,包括多线程、I/O 及网络编程、数据库、多媒体及GAME API 编程等;第三部分是移动应用的深入话题,包括扩展类库、与服 务端联合搭建移动应用、XML 及Web Service、短信编程等,并介绍了各种移动平台下的开发方式。-The first part introduces mobile phone MIDP program, including the J2ME core classes, user interface, event handling the second part of the MIDP high-level programming, multi-threaded, I/O And network programming, database, multimedia and GAME the API programming, etc. The third part is the in-depth topic in the mobile applications, including the expansion of the class library, and service Service-side joint to build mobile applications, XML and Web Service, SMS programming and development under a variety of mobile platforms.
Platform: | Size: 5499904 | Author: 李欢 | Hits:

[Other Riddle gamesjava-eluosifangkuai

Description: 用JAVA语言编写俄罗斯方块游戏,实现俄罗斯方块游戏的基本功能。课题主要完成目标是利用小应用程序模版及按钮事件、多线程以及相关事件处理完成俄罗斯方块游戏的操作程序。应用到的技术包括类的继承,接口的引用以及各类中重要方法的充分运用paint方法绘制游戏区,移动有效性判断locateFlag(),等),以及多线程的应用实现对方块下落速度的控制(线程的应用(线程的创建、run()方法的使用-Tetris game written in JAVA language, the basic functions of the Tetris game. Subject mainly to complete the goal is to use small application templates and button events, multi-threading and event processing to complete the operating procedures of the Tetris game. Application of technology to include class inheritance, interface references and a variety of important methods make full use of the paint method to draw a play area, move the validity of judgment locateFlag (), etc.), as well as multi-threaded applications on the box whereabouts speed control (application of the thread (the thread created, run () method to use))
Platform: | Size: 904192 | Author: 李嘉威 | Hits:

[Otherjisuanqi

Description: 设计一个计算器,利用它可以进行简单的四则运算(加、减、乘、除、开方)等,但仅限于十进制下,此外还可以进行(八进制,十进制,十六进制)之间的相互转换。 要求:有简单的需求分析,功能设计,详细设计(程序流程),异常处理,测试,源程序清单,总结,具体格式见附件。 知识点: 掌握 图形用户界面设计; 掌握基本类的设计与使用; 掌握事件处理机制; 掌握使用异常处理方法。 -Design a calculator, which allows you a simple four operations (addition, subtraction, multiplication, prescribing), but only to the decimal, in addition can also be (octal, decimal, hexadecimal) conversion. Requirements: a simple needs analysis, functional design, detailed design (program flow), exception handling, testing, source list, summary, the specific format in Annex. Point of knowledge: to master the design of graphical user interface master the basic design and use of the class master event handling mechanism to master the use of exception handling.
Platform: | Size: 2048 | Author: 御紫麟 | Hits:

[ERP-EIP-OA-PortalSick-leave-management-system

Description: 具备对银行员工请销假事件的基本管理功能,包括:进入系统前进行员工身份验证、信息录入与修改功能;(远程)登录系统后,员工查询系统信息、查询假类信息、进行请销假操作等功能,该系统也可为银行的考勤系统提供依据-With the basic management functions, including bank employees returned from the event: before employees enter the system authentication information input and modify the function (remote) login system, staff query system information, query the information of the false class, please returned from operations function, the system can also be provided to the bank' s time and attendance system in accordance with
Platform: | Size: 4195328 | Author: 安迪 | Hits:

[EditorMyWord

Description: 记事本 代码 设计一个记事本,菜单中要求有文件,编辑,和帮助。文件中有新建、打开、保存和退出;编辑中有剪切、复制和粘贴;帮助中显示开发人和版本信息。(可选) 知识点: 掌握 图形用户界面设计; 掌握基本类的设计与菜单设计; 掌握事件处理机制; 掌握使用异常处理方法。 -Notepad code to design a Notepad, File, Edit, and Help menu requirements. New, Open, Save, and exit the file cut, copy and paste editing help develop and version information. Knowledge points (optional): master the graphical user interface design grasp the basic class design and menu design master event handling mechanism master the use of exception handling.
Platform: | Size: 9216 | Author: 小刀 | Hits:

[Other7230

Description: 使用7230中断功能响应外部触发事件,该功能在量测类中属于常规应用,当外部事件发生时作出相应处理-7230 interrupt functions to respond to an external trigger event, the functional class of measurement is a routine application to take appropriate action, when an external event occurs
Platform: | Size: 74752 | Author: 朱朝辉 | Hits:

[Button controlDemo7

Description: 设计一个窗口, 窗口中的元素如下: 菜单,其内容模仿记事本的菜单 三个文本框,一个按钮.在前两个文本框中输入两个整数, 点击按钮后把两数之和显示到第三个文本框中.-package cn import java.awt.* import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.WindowAdapter import java.awt.event.WindowEvent public class Mywindow extends Frame implements ActionListener{ private MenuBar mb=new MenuBar() private Menu menu1=new Menu("文件") private Menu menu2=new Menu("查看") private MenuItem mi_open=new MenuItem("打开") private MenuItem mi_save=new MenuItem("保存") private MenuItem mi_state=new MenuItem("状态") private TextField t1=new TextField(10) private TextField t2=new TextField(10) private TextField t3=new TextField(10) private Button bt=new Button("求和") public Mywindow(){ this.setTitle("这是我的第一个窗口程序") menu1.add(mi_open) menu1.add(mi_save) menu2.add(mi_state) mb.add(menu1) mb.add(menu2) this.setMenuBar(mb) this.setLayout(new FlowLayout()) this.add(t1) this.add(t2) this.add(bt) this.add(t3) t3.setEditable(false) bt.addActio
Platform: | Size: 3072 | Author: | Hits:

[Button controlDemo8

Description: 写一个应用程序,要求编写一个Panel的子类MyPanel,MyPanel中有一个文本框和一个按钮,要求MyPanel的实例作为其按钮的ActionEvent事件的监视器,当单击按钮时,程序获取文本框中的文本,并将该文本作为按钮的名称。然后再编写一个Frame的子类,即窗口。窗口的布局为BorderLayout布局。窗口中添加两个MyPanel面板,分别添加到窗口的东部区域和西部区域-MyPanel.Java package cn import java.awt.* import java.awt.event.* public class MyPanel extends Panel implements ActionListener{ TextField tf Button bt public MyPanel() { tf=new TextField(10) bt=new Button("按钮") this.add(tf) this.add(bt) this.setLayout(new FlowLayout()) bt.addActionListener(this) this.setVisible(true) } public void actionPerformed(ActionEvent e) { if(e.getSource()==bt){ bt.setLabel(tf.getText()) } } } MyFrame.Java package cn import java.awt.BorderLayout import java.awt.Frame import java.awt.event.* public class MyFrame extends Frame { MyPanel p1,p2 public MyFrame() { p1=new MyPanel() p2=new MyPanel() this.setLayout(new BorderLayout()) this.add(p1) this.add(p2) this.setBounds(100,100,400,200) this.setVisible(true) this.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent arg0) { System.exit(0) } }) this.
Platform: | Size: 4096 | Author: | Hits:

[Windows DevelopToolTips

Description: 一个VB环境下使用的自绘气泡提示,自绘的ToolTips(注解清楚),使用到两个模块:一个是cToolTips通用气泡模块,对指定句柄生成气泡并重绘。气泡部分采用最简单的代码,重绘也只是最简单的一个背景+边框,形状做了更改,消息钩子用的是老马修改的,其实也就是加了一个返回,中间我只改了一些;另一个模块是cSubClass,通用子类化模块,拦截本进程指定句柄的消息,从CSDN里找到的,内嵌汇编技术实现单个类模块子类化...牛啊!我添加了一个事件返回,让这个类模块可以方便地实现封装。-Used in a VB environment, tips, self-painted bubble annotations clearly self-painted ToolTips (), use of two modules: a cToolTips generic bubble module, specify the handle to generate bubbles and redraw. Bubble part of the most simple code to redraw only the most simple background+ border, shape changes, the news hook is the horse to modify, in fact, that is, plus a return, in the middle I just changed Another module is the module of cSubClass common subclass to intercept the process specified handle messages from CSDN found, inline assembly to achieve a single class module subclass ... Niua I added an event back to make this module can be easily encapsulated.
Platform: | Size: 12288 | Author: 胡立平 | Hits:

[Software EngineeringCTreeCtrl

Description: 树视图风格 处理单击事件:TVN_SELCHANGED 同时让自己派生的CMyTreeCtrl类和对话框处理TVN_SELCHANGED消息 编辑标签 -The tree view style to handle the click event: TVN_SELCHANGED at the same time let their derived CMyTreeCtrl class and dialog to handle TVN_SELCHANGED message edit tags
Platform: | Size: 14336 | Author: zhenli | Hits:

[Other Riddle gamesqqban

Description: 一个C#编写的七巧板游戏的源代码,代码中涉及GraphicsPath类的相关操作。部分代码示例适用于 Windows 窗体,它需要 PaintEventArgse,一个 OnPaint 事件对象。代码执行下列操作:   创建两个路径:一个为头朝上的三角形,另一个为头朝下的三角形。   将第二个路径添加到第一个路径上。   将最终的路径绘制到屏幕。 -A puzzle game source code written in C# code involved in the operations of the GraphicsPath class. Some sample code for Windows Forms, and it requires PaintEventArgs e, an OnPaint event object. The code to do the following: create two paths: a head-on the triangle, the other upside down triangle. The second path is added to the first path. Draw the final path to the screen.
Platform: | Size: 33792 | Author: 李足意 | Hits:

[Internet-Networkcnetworking

Description: 这是个基于网络(包括Winsock API和非Winsock API)的C++类CNetworking ,用它可以发送、接收、连接、断开和获取对方端口各种不同的信息。与这个类的旧版本相比,新版本的主要优点是完全将连接对象化,不需要窗口就可以处理网络消息,通过定义回调函数或事件即可,甚至连通知消息都可以不用。包含有文档说明。 -This is based on the network (including the Winsock API and non-Winsock APIs) C++ class CNetworking, it can send, receive, connect, disconnect and access to the other port a variety of different information. Compared with the old version, the main advantages of the new version is completely connected to the object, do not need window can handle network messages, by defining a callback function or event can even notice the message can not. Contains the documentation.
Platform: | Size: 43008 | Author: chenruibin | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 »

CodeBus www.codebus.net